You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"hexstuff.page.regex.0": "I've read tales of grand mages using arcane and inscrutable strings of characters understood by Nature known as a regular expression, representing a certain pattern in text for Nature to find.$(br)I believe I have found the texts describing the syntax of this language $(l:https://github.com/google/re2/wiki/Syntax)here$().$(br2)$(o)Have you tried using an XML parser instead?$()",
18
+
"hexstuff.page.regex.make": "Creates a regular expression based on the provided string.",
19
+
"hexstuff.page.regex.match": "Finds all matches of the regular expression in the string. Each element of the resulting list is a match, each match being a list of its capture groups, with group 0 being the whole match.",
20
+
"hexstuff.page.regex.flag.case_insensitive": "Sets or clears the $(bold)i$() flag, which makes the regular expression be case-insensitive when set.",
21
+
"hexstuff.page.regex.flag.dotall": "Sets or clears the $(bold)s$() flag, which makes a $(bold).$() able to match a newline when set.",
22
+
"hexstuff.page.regex.flag.multiline": "Sets or clears the $(bold)m$() flag, which makes $(bold)^$() and $(bold)$$() match the start and end of a line when set.",
23
+
"hexstuff.entry.display": "Display Iotas",
24
+
"hexstuff.page.display.0": "I have discovered a way to make iotas that I can perceive as variously formatted text, useful for having my hexes show me things in a friendlier manner.",
25
+
"hexstuff.page.display.make": "Creates a display iota based on the provided string.",
26
+
"hexstuff.page.display.concat": "Creates a display iota by joining two display iotas together.",
27
+
"hexstuff.page.display.color": "Sets the color of a display iota. The vector's x, y, and z components seem to each signify how red, green, or blue the color is, with 0 being not at all and 255 being the maximum.",
28
+
"hexstuff.page.display.tooltip": "Sets what I see when I hover over a display iota. If passed a display, shows that display iota verbatim. If passed an item frame, item entity, or a mote, shows the tooltip I would see on the item.",
29
+
"hexstuff.page.display.flag.bold": "Sets whether the display iota is bold.",
30
+
"hexstuff.page.display.flag.italic": "Sets whether the display iota is italicized.",
31
+
"hexstuff.page.display.flag.underlined": "Sets whether the display iota is underlined.",
32
+
"hexstuff.page.display.flag.strikethrough": "Sets whether the display iota is struck through.",
33
+
"hexstuff.page.display.flag.obfuscated": "Sets whether the display iota is obfuscated.",
34
+
"hexcasting.mishap.invalid_value.class.regex": "a regular expression",
35
+
"hexcasting.mishap.invalid_value.class.display": "a display iota",
36
+
"hexcasting.mishap.invalid_value.invalid_regex": "a valid regular expression",
37
+
"hexcasting.mishap.invalid_value.itementityitemframeitemdisplay": "a display iota, item entity, item frame, or mote"
"hexstuff.page.regex.0": "我曾读到过一些传说,其中记述了大法师们使用过一种神秘而难懂的字符串。自然懂得这种“正则表达式”串;它们代表着文本中的特定模式,自然则会根据这些模式去查找文本。$(br)我相信我已经找到了记载这种语言的语法的文本,$(l:https://github.com/google/re2/wiki/Syntax)见此$()。$(br2)$(o)你试过换用 XML 解析器吗?$()",
0 commit comments