May i know the regex to replace \ and / symbols with - (hyphen sign)
Sample text :

May i know the regex to replace \ and / symbols with - (hyphen sign)
Sample text :

System.Text.RegularExpressions.Regex.Replace(StrPdfText,"\/","-")
This regex replacing only /

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.