(str)
| 17396 | return contextParticle |
| 17397 | } |
| 17398 | _touchParticleByString(str) { |
| 17399 | str = str.replace(this.particleBreakSymbolRegex, "") // todo: do we want to do this sanitization? |
| 17400 | return this._touchParticle(str.split(this.atomBreakSymbol)) |
| 17401 | } |
| 17402 | touchParticle(str) { |
| 17403 | return this._touchParticleByString(str) |
| 17404 | } |
no test coverage detected