[Lexicog] example reference

Sebastian Drude sebadru at ZEDAT.FU-BERLIN.DE
Fri May 6 16:16:43 UTC 2005


There was a bug in my last procedure:

> If there are linebreaks in your fields, but you can do without them, you
> can choose to eliminate all linebreaks in these fields first.
> Unfortunately, activating the "no word wrap" feature in the marker
> properties and doing a consistancy check on the data properties of these
> fields will not detect existing line breaks -- By the way, can anybody
> in the list tell me why this is so?
>
> Again, you can eliminate them with a regular expression search and
> replace, repeated as many times as necessary:
>
> "^\(\\\(xv\|xe\|rf\).*\) *
>   *\([^\\]\)"
>
> "\1 \2"

The correct expressions are:

"^\(\\\(xv\|xe\|rf\).*\) *
  *\([^\\ ]\)"

"\1 \3"

Sebastian



------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EA3HyD/3MnJAA/79vVAA/HKE4lB/TM
--------------------------------------------------------------------~->


Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/lexicographylist/

<*> To unsubscribe from this group, send an email to:
    lexicographylist-unsubscribe at yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/



More information about the Lexicography mailing list