Home
Tester
Reference
About
Pattern
(SMA|LowerBollingerBand)\([^()]*\)
Input
SMA(20, V1)
> 200000 AND C1 <
LowerBollingerBand(20, 2)
SMA(20, V1) > 200000 AND C1 < LowerBollingerBand(20, 2)
Options
Ignore Case
Ignore Whitespace
Explicit Capture
Culture Invariant
Singleline
Multiline
Right To Left
ECMA Script
Start from position:
Max matches to find:
Replacement
Replace matches with...
Click the
context
tab to see replacements.
Regex Info
Table
Context
Split List
2
matches found in about
3
milliseconds.
Show Permalink
Permalink
Index
Position
Matched String
$1
0
0
SMA(20, V1)
SMA
1
30
LowerBollingerBand(20, 2)
LowerBollingerBand
SMA(20, V1)
> 200000 AND C1 <
LowerBollingerBand(20, 2)
empty string
SMA
> 200000 AND C1 <
LowerBollingerBand
empty string