Difference between revisions of "Template:Normalize record"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|{{#replaceset:{{{1}}}|/^([^(]+) \((.+)\)$/=\1, \2}}}}</includeonly><noinclude>
<includeonly>{{#if:{{{1|}}}|{{#replaceset:{{#replaceset:{{{1}}}|/^([^(]+) \((.+)\)$/=\1, \2}}|/,([0-9])=\1}}}}</includeonly><noinclude>
== Description ==
== Description ==
Normalize a record property into comma-separated values, stripping parentheses and commas from thousands.
Normalize a record property into comma-separated values, stripping parentheses and commas from thousands.

Revision as of 11:35, 10 November 2018

Description

Normalize a record property into comma-separated values, stripping parentheses and commas from thousands.

Example

"{{Normalize record|Value (1, true, String)}}"

"The regex pattern "$1" is missing the ending delimiter '$2'"

"{{Normalize record|Value (1, 2,588, String2)}}"

"The regex pattern "$1" is missing the ending delimiter '$2'"

"{{Normalize record|10 (Rowena's Token (Creation), ?, false)}}"

"The regex pattern "$1" is missing the ending delimiter '$2'"