I need to get date in regex from dictionary , “/” symbol have so only i couldnt able to get, please help me anyone for this.
Input json – “str_date”:“(\d{2}/\d{2}/\d{2})”
io_config(“str_date”).ToString
Expected output:
(\d{2}/\d{2}/\d{2})
I need to get date in regex from dictionary , “/” symbol have so only i couldnt able to get, please help me anyone for this.
Input json – “str_date”:“(\d{2}/\d{2}/\d{2})”
io_config(“str_date”).ToString
Expected output:
(\d{2}/\d{2}/\d{2})