Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filters #2

Closed
Kogia-sima opened this issue Jun 5, 2020 · 0 comments
Closed

Filters #2

Kogia-sima opened this issue Jun 5, 2020 · 0 comments
Labels
Type: Feature New Feature

Comments

@Kogia-sima
Copy link
Member

Kogia-sima commented Jun 5, 2020

Filters

Syntax

<%= expr | function_call %>
<%= expr | ident %>

Example

<%- "{:.1}" |format(value) %>
<%= message|upper %>

Note

User can still use | character as BitOr operator by wrapping content by parenthesis.

<%= (value|bit_mask) %>
@Kogia-sima Kogia-sima changed the title RFC2: Filters RFC 2: Filters Jun 5, 2020
@Kogia-sima Kogia-sima added the Status: RFC Request for comments label Jun 5, 2020
@Kogia-sima Kogia-sima added the Status: In Progress Work in Progress label Jun 17, 2020
@Kogia-sima Kogia-sima changed the title RFC 2: Filters Filters Jun 17, 2020
@Kogia-sima Kogia-sima removed the Status: RFC Request for comments label Jun 17, 2020
@Kogia-sima Kogia-sima added this to In progress in Version 0.2.0 Jun 17, 2020
@Kogia-sima Kogia-sima removed the Status: In Progress Work in Progress label Jun 19, 2020
@Kogia-sima Kogia-sima added Status: Proposal Request for comments Type: Feature New Feature labels Jul 3, 2020
@Kogia-sima Kogia-sima added Status: In Progress Work in Progress and removed Status: Proposal Request for comments labels Jul 14, 2020
@Kogia-sima Kogia-sima removed the Status: In Progress Work in Progress label Jul 15, 2020
@Kogia-sima Kogia-sima moved this from In progress to Done in Version 0.2.0 Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Feature
Projects
No open projects
Version 0.2.0
  
Done
Development

No branches or pull requests

1 participant