|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| ouwiki_word ($word, $start) | |
Data Fields | |
| $word | |
| $start | |
Represents single word for html comparison. Note that words are just chunks of plain text and may not be actual words; they could include punctuation or (if there was e.g. a span in the middle of something) even be part-words.
Definition at line 365 of file difflib.php.
| ouwiki_word | ( | $ | word, |
| $ | start | ||
| ) |
Definition at line 371 of file difflib.php.
| $start |
Start position in original xhtml
Definition at line 369 of file difflib.php.
| $word |
Word as plain string
Definition at line 367 of file difflib.php.