in reply to Re^4: Reverse fraction of a string
in thread Reverse fraction of a string
If you need to do it "with regular expressions", then review your course material on regular expressions.
What code have you already written?
What is your code supposed to do, in separate steps?
How does your code fail to do what you want?
Maybe working on some examples in ascending difficulty helps you solve your problem:
Solve the problem of "reversing" for
Also review perlre and perlretut.
|
|---|