Anybody knows how to do this RegExp for Perl?

Are you missing a feature? Request its implementation here.
aone999

Anybody knows how to do this RegExp for Perl?

Post by aone999 »

I have input string like this:

[0020]X[0030] [0040]X[0050] [0060] [0070]

The numbers in the brackets [] are FieldCodes and those next to it are the values.

What I need a regular expression for checking fields with values duplicated. For example, in the above string, I want to see if more than one field ([0020] and [0040]) has the value 'X'.

Can some body help me? I's very urgent.
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi,

Wrong channel, this forum is for oXygen XML related questions.

Best Regards,
George
Post Reply