Is there any way to get regex from a sample string
Below is the scenario
input : a output :[a-z]
input :A output :[A-Z]
input : B output :[A-Z]
same should be happen for german alphabets and also other languages
Thanks in advance
Is there any way to get regex from a sample string
Below is the scenario
input : a output :[a-z]
input :A output :[A-Z]
input : B output :[A-Z]
same should be happen for german alphabets and also other languages
Thanks in advance