Thread: Regex examples
View Single Post
Old 04-16-2014, 10:38 PM   #332
Alex2110
Junior Member
Alex2110 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2014
Device: none
How can I create a regular expression that will find all occurrence of these three characters $#}?
I mean if the target string is: abc$456#fgh}890
the matches will be : 3 at position 4,8,12

I tried the expression [$#}] and it finds only one match (the one for the $ character).
Alex2110 is offline   Reply With Quote