Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Hello Monks

I am developing a tool for analyzing different map-files. I do this by reading-in the map-file generated by i.e. ARM compiler into an Array ( as usual ) and start analyzing line by line by going through the array.

A small state machine shall do the analysis. In case specific content is found the state machine jumps into different state. One of this state-changes shall be done when following line is recognised
"      Code (inc. data)   RO Data    RW Data    ZI Data      Debug   Object Name\n".

Now I want to have a regex which matches this and only this line, so I started doing this like that:
 if ( $MapFile->[$iterator] =~m#      Code \(inc\. data\)   RO Data    RW Data    ZI Data      Debug   Object Name#){#...do something... [...]

I have escaped the braces and the dot but it does not match. ?? I want to keep it also quite simple so i have not used \s+ in the regex, but even with \s+ it does not match. I do not want to get any information from the expression so i am not using braces at all, just the match is quite important to me.

Any help is welcome!!

Best regards!
Tobias

In reply to Regexpression is not matching by tobias_hofer

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-24 10:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found