@@ -366,30 +366,30 @@ the "startswith" parameter is more efficient than the equivalent "regex" express
366
366
{{{
367
367
Those items containing the string "Text" anywhere in the full path name:
368
368
369
- <<ItemList(item="OtherTextItems", regex="Text")>>
369
+ <<ItemList(item="help-en/ OtherTextItems", regex="Text")>>
370
370
371
371
Those items containing the string "Text" only in the descendent's name:
372
372
373
- <<ItemList(item="OtherTextItems", regex="^.*/.*Text")>>
373
+ <<ItemList(item="help-en/ OtherTextItems", regex="^.*/.*Text")>>
374
374
375
375
Those items containing a vowel as the 3rd-to-last character:
376
376
377
- <<ItemList(item="OtherTextItems", regex="(?i)[aeiou].{2}$")>>
377
+ <<ItemList(item="help-en/ OtherTextItems", regex="(?i)[aeiou].{2}$")>>
378
378
}}}
379
379
380
380
'''Result:'''
381
381
382
382
Those items containing the string "Text" anywhere in the full path name:
383
383
384
- <<ItemList(item="OtherTextItems", regex="Text")>>
384
+ <<ItemList(item="help-en/ OtherTextItems", regex="Text")>>
385
385
386
386
Those items containing the string "Text" only in the descendent's name:
387
387
388
- <<ItemList(item="OtherTextItems", regex="^.*/.*Text")>>
388
+ <<ItemList(item="help-en/ OtherTextItems", regex="^.*/.*Text")>>
389
389
390
390
Those items containing a vowel as the 3rd-to-last character:
391
391
392
- <<ItemList(item="OtherTextItems", regex="(?i)[aeiou].{2}$")>>
392
+ <<ItemList(item="help-en/ OtherTextItems", regex="(?i)[aeiou].{2}$")>>
393
393
394
394
395
395
===== The "display" parameter =====
@@ -402,19 +402,19 @@ displays the subitems of help-en/creole.
402
402
{{{
403
403
Displayed using "FullPath" (the default, see examples above):
404
404
405
- <<ItemList(item="OtherTextItems", regex="PlainText", display="FullPath")>>
405
+ <<ItemList(item="help-en/ OtherTextItems", regex="PlainText", display="FullPath")>>
406
406
407
407
Displayed using "ChildPath":
408
408
409
- <<ItemList(item="OtherTextItems", regex="PlainText", display="ChildPath")>>
409
+ <<ItemList(item="help-en/ OtherTextItems", regex="PlainText", display="ChildPath")>>
410
410
411
411
Displayed using "ChildName":
412
412
413
- <<ItemList(item="OtherTextItems", regex="PlainText", display="ChildName")>>
413
+ <<ItemList(item="help-en/ OtherTextItems", regex="PlainText", display="ChildName")>>
414
414
415
415
Displayed using "UnCameled":
416
416
417
- <<ItemList(item="OtherTextItems", regex="PlainText", display="UnCameled")>>
417
+ <<ItemList(item="help-en/ OtherTextItems", regex="PlainText", display="UnCameled")>>
418
418
419
419
Displayed using "ItemTitle":
420
420
@@ -425,19 +425,19 @@ Displayed using "ItemTitle":
425
425
426
426
Displayed using "FullPath":
427
427
428
- <<ItemList(item="OtherTextItems", regex="PlainText", display="FullPath")>>
428
+ <<ItemList(item="help-en/ OtherTextItems", regex="PlainText", display="FullPath")>>
429
429
430
430
Displayed using "ChildPath":
431
431
432
- <<ItemList(item="OtherTextItems", regex="PlainText", display="ChildPath")>>
432
+ <<ItemList(item="help-en/ OtherTextItems", regex="PlainText", display="ChildPath")>>
433
433
434
434
Displayed using "ChildName":
435
435
436
- <<ItemList(item="OtherTextItems", regex="PlainText", display="ChildName")>>
436
+ <<ItemList(item="help-en/ OtherTextItems", regex="PlainText", display="ChildName")>>
437
437
438
438
Displayed using "UnCameled":
439
439
440
- <<ItemList(item="OtherTextItems", regex="PlainText", display="UnCameled")>>
440
+ <<ItemList(item="help-en/ OtherTextItems", regex="PlainText", display="UnCameled")>>
441
441
442
442
Displayed using "ItemTitle":
443
443
0 commit comments