Skip to content

Commit

Permalink
Update formula-fields.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml committed Dec 13, 2024
1 parent ee4fde0 commit c89cd95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/learn/rossum-formulas/formula-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,9 @@ try:
except AttributeError:
pass
```

### Remove whitespaces

```py
''.join(field.iban.split())
```

0 comments on commit c89cd95

Please sign in to comment.