Im not receiving any answers from stackover. is anything went wrong with me..?
Please anyone help me in finding below Regex Problem.
If there is Input text starting with "(ix) (a) This is Sample Sentence." ,
it matches for both Regex Patterns
^9\.|^\s*[(](ix)[)]
^9\.\s*[(]?a[)]?|^\s*[(]\s*(ix)\s*[)]\s*[(]\s*(a)\s*[)]
Because my input sentence starting with (ix) and (ix) (a).
So please send me the regex which should match the input sentence.