[GastForen Programme Print/Bildbearbeitung Adobe InDesign Wie volle mathematische Codierung in grep finden

  • Suche
  • Hilfe
  • Lesezeichen
  • Benutzerliste
Print/Bildbearbeitung - Photos, Layout, Design
Themen
Beiträge
Moderatoren
Letzter Beitrag

Wie volle mathematische Codierung in grep finden

ashram
Beiträge gesamt: 20

6. Jan 2015, 12:10
Beitrag # 1 von 4
Bewertung:
(2110 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Wie volle mathematische Codierung in grep finden (<math> ...... </ math>)

Beispiel:
<math>
    <mi> a </ mi>
       <mo> + </ mo>
    <mi> b </ mi>
       <mo> = </ mo>
    <mi> c </ mi>
</ math>
X

Wie volle mathematische Codierung in grep finden

pixxxelschubser
Beiträge gesamt: 1713

6. Jan 2015, 12:25
Beitrag # 2 von 4
Beitrag ID: #535617
Bewertung:
(2101 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Hi ashram,
what do you really want? Please explain.

Only <math> and </ math> (is there really a space after the slash before the second math)?

Or all between the "opening" and the "closing math tag"?

Or all between the "opening" and the "closing math tag" including both "math tags"?


als Antwort auf: [#535615]

Wie volle mathematische Codierung in grep finden

ashram
Beiträge gesamt: 20

6. Jan 2015, 12:29
Beitrag # 3 von 4
Beitrag ID: #535618
Bewertung:
(2094 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Hi

I like
all between the "opening" and the "closing math tag" including both "math tags"?

Thanks
ASHRAM


als Antwort auf: [#535617]

Wie volle mathematische Codierung in grep finden

Gerald Singelmann
  
Beiträge gesamt: 6296

6. Jan 2015, 12:46
Beitrag # 4 von 4
Beitrag ID: #535620
Bewertung: ||
(2084 mal gelesen)
URL zum Beitrag
Beitrag als Lesezeichen
Code
<math>(.|\r)+?</math> 



als Antwort auf: [#535615]
X