Misc Flags
Flag | Description |
---|---|
/ | ^ @ ! # |
Substitution delimiter can be any character |
& |
Gets the matched pattern |
( ) \1 \2 \3 |
Group using ( and ) .Use \1 , \2 in replacement to refer the group |
Comments
Flag | Description |
---|---|
/ | ^ @ ! # |
Substitution delimiter can be any character |
& |
Gets the matched pattern |
( ) \1 \2 \3 |
Group using ( and ) .Use \1 , \2 in replacement to refer the group |