regex - Regular Expression multiple times for entire document -


i have table of contents in want remove (...)'s have regular expression (\.\.+) matches first set of periods. how make true every set of periods in string?

http://regex101.com/r/ho8jx9

use g flag if regex needs tested against possible matches in string.
as shown here.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -