How to check a string starts with numeric value and ends with alphabets

Hi @Yoichi the requirement is like the the value is starting from numeric value and having the values like “70.00 Lakshs” or else"00.00" or else “70,00000.00” or “0.90” and “0.00” and also like “00:00” or else “0.90 Repees” like this kindly help me on it

Hi @Sudhai need the regex for checking the string is starting from alphabets and ends with numeric and don’t have other than alphabet and numeric values

kindly help me on this

@chandolusathi.kumar

If yes , checkout this expression

System.Text.RegularExpressions.Regex.Match(yourString,"[IC0-9]+").Value

Regards
Sudharsan

not working

check the string starts with alphabets and ends with numeric and the string don’t have the any other special characters and any kind of things other than alphabets and numeric value

Hi @Yoichi kindly help me to get the gmail with poper regex which is ends with .com always