Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aghajari/MathParser
/ realTrim
Method
realTrim
MathParser/src/com/aghajari/math/Utils.java:201–203 ·
view source on GitHub ↗
(String src)
Source
from the content-addressed store, hash-verified
199
}
200
201
public
static
String realTrim(String src) {
202
return
src.trim().replaceAll(
"\\s+"
,
""
);
203
}
204
205
public
static
boolean isIdentifier(String text) {
206
if
(text == null || text.isEmpty())
Callers
6
isExp
Method · 0.95
validateBalancedParentheses
Method · 0.95
firstSimplify
Method · 0.95
calculate
Method · 0.95
limit
Method · 0.95
IF
Method · 0.95
Calls
1
trim
Method · 0.80
Tested by
no test coverage detected