"ListItemMarker" (Text Content Type)
Text identified as list item marker.
Details
- "ListItemMarker" can be used in TextCases, TextPosition and TextContents.
- "ListItemMarker" corresponds to any mention of a list item marker in the context of the text.
Examples
Basic Examples (2)
Find occurrences of list item markers in a text:
TextCases["The First Two Rules of Leadership:
1) Don't be Stupid.
2) Don't be a Jerk.", "ListItemMarker"]Get properties about occurrences of list item markers:
TextContents["The First Two Rules of Leadership:
1) Don't be Stupid.
2) Don't be a Jerk.", "ListItemMarker", PerformanceGoal -> "Quality"]