Open iminlikewithyou opened 10 months ago
this will work on something like "lard lard /AP/ wang" and return results for "AP", from dictionary.ts:
/** * A regular expression used to determine if a search is regex or not. */ const regexTest = /(?:^| )\/(.*)\/(?: |$)/;
this will work on something like "lard lard /AP/ wang" and return results for "AP", from dictionary.ts: