Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue



Status
Tech review

Status
titletodo

Style guide

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


number between 0 and 100 representing the percentage of similarity between two strings based on the Jaro Winkler similarity algorithm.

Short description

Returns a 

Status
subtletrue
title
Output

Status
subtletrue
titlenumber

Available since

Status
subtletrue
colourBlue
title2.2.29




number between 0 and 100 representing the percentage of similarity between two strings based on the Jaro Winkler similarity algorithm.

100 represents full equivalence, and 0 represents zero similarity between both string arguments.

UI Text Box
sizemedium
typeinfo

the This function returns a 

Status
subtletrue
title


Code Block
languagebash
titleSyntax
linenumberstrue
similarity(string s1, string s2 #Output: Number


UI Expand
titleExamples


number : 100

number : 97

number : 92

number : 91

number : 92

number : 69

number : 51

Parser expressionDescription


Code Block
similarity("JIRA Workflow Toolbox", "jira workflow toolbox")


The function This example returns a

Status
subtletrue
title


Code Block
similarity("JIRA Workflow Toolbox", "Jira WorflowTolbox")


The function This example returns a

Status
subtletrue
title


Code Block
similarity("My Gym. Childrens Fitness", "My Gym Children's Fitness Center")


The function This example returns a

Status
subtletrue
title


Code Block
similarity("D N H Enterprises Inc", "D & H Enterprises, Inc.")


The function This example returns a

Status
subtletrue
title


Code Block
similarity("ABC Corporation", "ABC Corp'")


The function This example returns a

Status
subtletrue
title


Code Block
similarity("Hello World!", "Bye bye World!")


The function This example returns a

Status
subtletrue
title


Code Block
similarity("I caught a lizard", "This is my giraffe")


The function This example returns a

Status
subtletrue
title



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber