2015년 1월 23일 오후 10:53
These examples make use of the Days of the Week tiddler.
[!is[system]regexp[Wiki]]
Wiki
in their title[!is[system]regexp[(?i)Wiki]]
Wiki
in their title, ignoring case[!is[system]regexp[Wiki(?i)]]
[regexp[(?i)\.jpe?g$]]
.jpg
or .jpeg
, ignoring case[regexp:created[^201408]]
The regular expression [0-9]{2}
matches two consecutive digits. Because it contains square brackets, the way to use it with the regexp
operator is via a variable, as follows:
<$set name="digit-pattern" value="[0-9]{2}">
<<list-links "[regexp:title<digit-pattern>]" field:"title">>
</$set>
That renders as:
- "デザイン刷新。次の25年を目指すTiddlyWiki" by Moongift
- $:/state/tab/sidebar--1835078512
- $:/state/toc/TableOfContents-Welcome--232442599
- Base64
- decodebase64
- decodebase64 Operator (Examples)
- encodebase64
- encodebase64 Operator (Examples)
- Notes for upgrading to 5.0.11-beta
- 5.0.0-alpha.11
- 5.0.0-alpha.12
- 5.0.0-alpha.13
- 5.0.0-alpha.14
- 5.0.0-alpha.15
- 5.0.0-alpha.16
- 5.0.0-alpha.17
- 5.0.10-beta
- 5.0.11-beta
- 5.0.12-beta
- 5.0.13-beta
- 5.0.14-beta
- 5.0.15-beta
- 5.0.16-beta
- 5.0.17-beta
- 5.0.18-beta
- 5.1.10
- 5.1.11
- 5.1.12
- 5.1.13
- 5.1.14
- 5.1.15
- 5.1.16
- 5.1.17
- 5.1.18
- 5.1.19
- 5.1.20
- 5.1.21
- 5.1.22
- 5.1.23
- sha256
- sha256 Operator (Examples)
- TiddlyWiki European Meetup 2016
- TiddlyWiki European Meetup 2017
- TiddlyWiki extensions for Sublime Text 3 by roma0104