Regex to remove [?] from line? -


what appropriate regex remove [?] line such:

/hello[1]/world[2]/foo[3] /bar[3]/foo[2] 

etc.

for symbol beetwin [] replace regex \[.+?\] empty string digits \[\d+?\]


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -