Anyone can helpme
I need word ‘DR.H.Hello world.ssi’
i want to result Hello world
what can i do to show the result can help me
Thx
Check this below code, @den_bagus
System.Text.RegularExpressions.Regex.Match(“DR.H.Hello world.ssi”,“([A-z\s]+).[A-z]+.$”).Groups(1)
Hope this may help you
strsub=strValue.Substring(strValue.LastIndexOf(“H”),11)
please mark as solution if its helpful appreciate