I am having String str = "$$\\frac{6}{8}$$"; I want to match for strings using starting with '$$' and ending with '$$'
How to write the regular expression for this?
|
|
|
Try using the regex:
which in Java will be:
A In Java |
|||||||||
|
|
Use this regex string:
The |
|||
|
You may want something like this:
|
|||
|
|